home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
UnderPressure
/
Makefile.preamble
< prev
next >
Wrap
Makefile
|
1992-06-03
|
326b
|
9 lines
# this rule is needed to work around an app-makefiles bug that will be fixed
# in 3.0. Without this, .psw files get wrapped incorrectly if the .c file
# exists because make's internal .psw.c rule get used, which does not include
# (essential) -a and -h flags . . .
.psw.c:
$(PSWRAP) $(PSWFLAGS) -a -h $*.h -o $*.c $*.psw